home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
FILER
/
SMART.ZIP
/
!SmartDir
/
h
/
ftask
< prev
next >
Wrap
Text File
|
1997-09-24
|
212b
|
11 lines
#ifndef __ftask_h
#define __ftask_h
#include "OS:wimp.h"
/* Find a named task's handle
Result is 0 if not found but no system error */
extern os_error const *find_named_task(char const *, wimp_t *);
#endif